home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK1833.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-07-31  |  1KB  |  48 lines

  1. ECHO OFF
  2. CLS
  3. QUERY Is this diskette in the A: drive?  (Y/N)  @YN
  4. IF ERRORLEVEL 2 GOTO OOPS
  5. CLS
  6. ECHO ┌── Quick-Install ───────────────────────────────────────────────────┐
  7. ECHO │                                                                    │
  8. ECHO │ You can install Sapphire quickly if the following applies to you:  │
  9. ECHO │                                                                    │
  10. ECHO │     ∙ You have a hard disk, with at least one megabyte free        │
  11. ECHO │     ∙ The hard disk is drive C:                                    │
  12. ECHO │     ∙ You don't already have a directory named Sapphire            │
  13. ECHO │                                                                    │
  14. ECHO └────────────────────────────────────────────────────────────────────┘
  15. QUERY Your choice:  (Y/N)  @YN
  16. IF ERRORLEVEL 2 GOTO SLOWINST
  17. CLS
  18. ECHO ═════════════
  19. ECHO QUICK-INSTALL
  20. ECHO ═════════════
  21. ECHO ·
  22. C:
  23. CD \
  24. MD SAPPHIRE
  25. CD SAPPHIRE
  26. COPY A:*.*
  27. RENAME ARCE.COM XA.COM
  28. XA SAPPH111.ARC
  29. DEL SAPPH111.ARC
  30. XA SAPPH112.ARC
  31. DEL SAPPH112.ARC
  32. DEL INSTALL.BAT
  33. DEL XA.COM
  34. HELP
  35. GOTO FINISH
  36. :SLOWINST
  37. CLS
  38. ECHO Since quick-installation is not possible, you should refer to the
  39. ECHO manual.  It is in the files SAPPH111.ARC and can be extracted as
  40. ECHO an ordinary text file (suitable for printing) by the ARCE command,
  41. ECHO which has been included on the diskette.
  42. ECHO ·
  43. GOTO FINISH
  44. :OOPS
  45. ECHO ·
  46. ECHO Please correct this, then run INSTALL again.
  47. :FINISH
  48.